Name | Description | |
---|---|---|
MetafileLockObject | Used for locking code in different assemblies. |
The following tables list the members exposed by DocumentBase<PageType>.
Name | Description | |
---|---|---|
MetafileLockObject | Used for locking code in different assemblies. |
Name | Description | |
---|---|---|
Bookmarks | Gets a reference to the document's bookmarks. | |
CacheToDiskEnabled | CacheToDiskEnabled This make the pages collection use a temp file for the canvas item streams | |
CacheToDiskLocation | CacheToDiskLocationReadonly Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage. | |
InProgress | Determines whether the document is currently loaded. | |
Name | ||
Pages | Gets or sets a reference to the document's page. | |
Password | Gets or sets a password to protect the saved document file. | |
UserPreferences | Gets or sets the user preferences. |
Name | Description | |
---|---|---|
ClearFindTextSelection | ClearFindTextSelection | |
DisableCacheToDisk | ||
Dispose | If you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc. | |
EnableCacheToDisk | ||
Find | Overloaded. Search for the specified character string. | |
Load | Overloaded. Loads document from the specified stream. | |
LoadFromUrl | ||
Save | Overloaded. Saves document to the specified file. |
Name | Description | |
---|---|---|
LoadCompleted | Occurs after all document pages are fully loaded. | |
StateChanged | Occurs when [state changed]. |